This is my first web page

How exciting !!

Yes, that really is exciting. Warning: level of excitement may cause head to explode.

This is a line break
But "shouldn’t be used if two blocks of text are intended to be separate from one another"

Here's more about headings

What this is

A simple page put together using HTML

Why this is

How to headings?

Headings are about sorting titles. They go from h1 the bigger to h6 the smallest one. Obviously, a h3 for exemple should be a subbheading for a h2 etc..

How to link another webpage :

Where to find the tutorial

HTML Dog

It can link to another page on the web but you can also link images or any file really. A link is just an HTML file !
You can basically link images and ref them with a "id"

About images YIIPPIIIEEE

Here's how to add an image that's already in your HTML file :

Here's how to add one from the web, it's important to know the position of it !:

HTML Dog

Tables:

Row 1, cell 1 Row 1, cell 2 Row 1, cell 3
Row 2, cell 1 Row 2, cell 2 Row 2, cell 3
Row 3, cell 1 Row 3, cell 2 Row 3, cell 3
Row 4, cell 1 Row 4, cell 2 Row 4, cell 3